CSharpTest.Net
HttpHeaderBindingAttribute Constructor(String,String[])
See Also  Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.Commands Namespace > HttpHeaderBindingAttribute Class > HttpHeaderBindingAttribute Constructor : HttpHeaderBindingAttribute Constructor(String,String[])

header
The HTTP header to bind the attribute to, i.e. "Accept"
regexMatch
One or More regular expressions that match a specific pattern in the HTTP header, i.e. "^(?<=text/|application/)xml"

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal header As String, _
   ByVal ParamArray regexMatch() As String _
)
C# 
public HttpHeaderBindingAttribute( 
   string header,
   params string[] regexMatch
)

Parameters

header
The HTTP header to bind the attribute to, i.e. "Accept"
regexMatch
One or More regular expressions that match a specific pattern in the HTTP header, i.e. "^(?<=text/|application/)xml"

Requirements

Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7

See Also

Generated with Document! X 2011 by Innovasys